#380767

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

Shades of Persian Indigo #380767

Tints of Persian Indigo #380767

Color information

#380767 (or 0x380767) is unknown color: approx Persian Indigo. HEX triplet: 38, 07 and 67. RGB value is (56,7,103). Sum of RGB (Red+Green+Blue) = 56+7+103=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #380767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380767 is #C7F898. Grayscale: #202020. Windows color (decimal): -13105305 or 6752056. OLE color: 6752056.

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

Color convert

RGB567103-
CMYK0.460.9300.60
HSL270.62º87.27%21.57%-
HSV(B)270.62º93.2%40.39%-
XYZ4.161.9712.99-
YUV32.6167.73144.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=33.73%
G=4.22%
B=62.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5671030.460.9300.60270.6287.2721.57
Hex387672E5D03C10f5716
Octal7071475613507441712726
Binary111000111110011110111010111010111100100001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380767; }

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

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

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

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

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

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

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

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