#380977

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

Shades of Persian Indigo #380977

Tints of Persian Indigo #380977

Color information

#380977 (or 0x380977) is unknown color: approx Persian Indigo. HEX triplet: 38, 09 and 77. RGB value is (56,9,119). Sum of RGB (Red+Green+Blue) = 56+9+119=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #380977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380977 is #C7F688. Grayscale: #232323. Windows color (decimal): -13104777 or 7801144. OLE color: 7801144.

HSL color Cylindrical-coordinate representation of color #380977: hue angle of 265.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380977 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB569119-
CMYK0.530.9200.53
HSL265.64º85.94%25.1%-
HSV(B)265.64º92.44%46.67%-
XYZ5.062.3717.64-
YUV35.59175.07142.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=30.43%
G=4.89%
B=64.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5691190.530.9200.53265.6485.9425.1
Hex38977355C03510a5619
Octal70111676513406541212631
Binary1110001001111011111010110111000110101100001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380977; }

 p { color: rgb(56,9,119); }

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

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

 a { background-color: rgb(56,9,119); }

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

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

 span { border-color: rgb(56,9,119); }

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