#380167

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

Shades of Persian Indigo #380167

Tints of Persian Indigo #380167

Color information

#380167 (or 0x380167) is unknown color: approx Persian Indigo. HEX triplet: 38, 01 and 67. RGB value is (56,1,103). Sum of RGB (Red+Green+Blue) = 56+1+103=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #380167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380167 is #C7FE98. Grayscale: #1C1C1C. Windows color (decimal): -13106841 or 6750520. OLE color: 6750520.

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

Color convert

RGB561103-
CMYK0.460.9900.60
HSL272.35º98.08%20.39%-
HSV(B)272.35º99.03%40.39%-
XYZ4.091.8412.97-
YUV29.07169.72147.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 103 (40.62% from 255) = 64.38%
R=35%
G=0.62%
B=64.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5611030.460.9900.60272.3598.0820.39
Hex381672E6303C1106214
Octal7011475614307442014224
Binary1110001110011110111011000110111100100010000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380167; }

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

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

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

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

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

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

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

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