Html Css Color HEX #380477 Persian Indigo

📋 copy color: '#380477'

red 56 ◦ green 4 ◦ blue 119

#380477
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #380477

Tints of Persian Indigo #380477

RGB

 RED value IS 56 (22.27% from 255) = 31.28%

 GREEN value IS 4 (1.95% from 255) = 2.23%

 BLUE value IS 119 (46.88% from 255) = 66.48%

R = 31.28%
G = 2.23%
B = 66.48%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#380477 (or 0x380477) is known color: Persian Indigo. HEX triplet: 38, 04 and 77. RGB value is (56,4,119). Sum of RGB (Red+Green+Blue) = 56+4+119=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #380477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380477 is #C7FB88. Grayscale: #202020. Windows color (decimal): -13106057 or 7799864. OLE color: 7799864.

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

Color convert

RGB 56 4 119 -
CMYK 0.53 0.97 0 0.53
HSL 267.13º 0.93% 0.24% -
HSV(B) 267.13º 0.97% 0.47% -
XYZ 5 2.26 17.63 -
YUV 32.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 56 4 119 0.53 0.97 0 0.53 267.13 0.93 0.24
Hex 38 4 77 35 61 0 35 10B 5D 18
Octal 70 4 167 65 141 0 65 413 135 30
Binary 111000 100 1110111 110101 1100001 0 110101 100001011 1011101 11000

Color Harmonies of #380477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380477

Black with #380477

Text Example


Text Example

White with #380477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380477; }

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

 H1.HeaderClassName
 {
   color: #380477;
 }
 .AnyTagClassName
 {
   color: #380477;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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