#380472

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

Shades of Persian Indigo #380472

Tints of Persian Indigo #380472

Color information

#380472 (or 0x380472) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 72. RGB value is (56,4,114). Sum of RGB (Red+Green+Blue) = 56+4+114=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #380472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380472 is #C7FB8D. Grayscale: #1F1F1F. Windows color (decimal): -13106062 or 7472184. OLE color: 7472184.

HSL color Cylindrical-coordinate representation of color #380472: hue angle of 268.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380472 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB564114-
CMYK0.510.9600.55
HSL268.36º93.22%23.14%-
HSV(B)268.36º96.49%44.71%-
XYZ4.712.1416.08-
YUV32.09174.23145.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 114 (44.92% from 255) = 65.52%
R=32.18%
G=2.30%
B=65.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5641140.510.9600.55268.3693.2223.14
Hex38472336003710c5d17
Octal7041626314006741413527
Binary111000100111001011001111000000110111100001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380472; }

 p { color: rgb(56,4,114); }

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

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

 a { background-color: rgb(56,4,114); }

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

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

 span { border-color: rgb(56,4,114); }

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