Html Css Color HEX #380377 Persian Indigo

📋 copy color: '#380377'

red 56 ◦ green 3 ◦ blue 119

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

Shades of Persian Indigo #380377

Tints of Persian Indigo #380377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 31.46%
G = 1.69%
B = 66.85%

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

#380377 (or 0x380377) is known color: Persian Indigo. HEX triplet: 38, 03 and 77. RGB value is (56,3,119). Sum of RGB (Red+Green+Blue) = 56+3+119=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #380377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380377 is #C7FC88. Grayscale: #1F1F1F. Windows color (decimal): -13106313 or 7799608. OLE color: 7799608.

HSL color Cylindrical-coordinate representation of color #380377: hue angle of 267.41º degrees, saturation: 0.95, 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 #380377 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 3 119 -
CMYK 0.53 0.97 0 0.53
HSL 267.41º 0.95% 0.24% -
HSV(B) 267.41º 0.97% 0.47% -
XYZ 4.99 2.24 17.62 -
YUV 32.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 56 3 119 0.53 0.97 0 0.53 267.41 0.95 0.24
Hex 38 3 77 35 61 0 35 10B 5F 18
Octal 70 3 167 65 141 0 65 413 137 30
Binary 111000 11 1110111 110101 1100001 0 110101 100001011 1011111 11000

Color Harmonies of #380377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380377

Black with #380377

Text Example


Text Example

White with #380377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380377; }

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

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

background-color css

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

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

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

border-color css

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

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

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