#380567

Color #380567 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #380567

Tints of Persian Indigo #380567

Color information

#380567 (or 0x380567) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 67. RGB value is (56,5,103). Sum of RGB (Red+Green+Blue) = 56+5+103=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #380567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380567 is #C7FA98. Grayscale: #1F1F1F. Windows color (decimal): -13105817 or 6751544. OLE color: 6751544.

HSL color Cylindrical-coordinate representation of color #380567: hue angle of 271.22º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380567 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB565103-
CMYK0.460.9500.60
HSL271.22º90.74%21.18%-
HSV(B)271.22º95.15%40.39%-
XYZ4.131.9312.99-
YUV31.42168.4145.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 103 (40.62% from 255) = 62.80%
R=34.15%
G=3.05%
B=62.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5651030.460.9500.60271.2290.7421.18
Hex385672E5F03C10f5b15
Octal7051475613707441713325
Binary111000101110011110111010111110111100100001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380567; }

 p { color: rgb(56,5,103); }

 H1.HeaderClassName
 {
   color: #380567;
 }
 .AnyTagClassName
 {
   color: #380567;
 }
</style>
background-color css

<style>
 a { background-color: #380567; }

 a { background-color: rgb(56,5,103); }

 div.DivClassName
 {
   background-color: #380567;
 }
 .BgClassName
 {
   background-color: #380567;
 }
</style>
border-color css

<style>
 span { border-color: #380567; }

 span { border-color: rgb(56,5,103); }

 td.TdClassName
 {
   border-color: #380567;
 }
 .TagClassName
 {
   border-color: #380567;
 }
</style>