#380374

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

Shades of Persian Indigo #380374

Tints of Persian Indigo #380374

Color information

#380374 (or 0x380374) is unknown color: approx Persian Indigo. HEX triplet: 38, 03 and 74. RGB value is (56,3,116). Sum of RGB (Red+Green+Blue) = 56+3+116=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #380374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380374 is #C7FC8B. Grayscale: #1F1F1F. Windows color (decimal): -13106316 or 7603000. OLE color: 7603000.

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

Color convert

RGB563116-
CMYK0.520.9700.55
HSL268.14º94.96%23.33%-
HSV(B)268.14º97.41%45.49%-
XYZ4.822.1716.69-
YUV31.73175.56145.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 116 (45.70% from 255) = 66.29%
R=32%
G=1.71%
B=66.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5631160.520.9700.55268.1494.9623.33
Hex38374346103710c5f17
Octal7031646414106741413727
Binary11100011111010011010011000010110111100001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380374; }

 p { color: rgb(56,3,116); }

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

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

 a { background-color: rgb(56,3,116); }

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

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

 span { border-color: rgb(56,3,116); }

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