Html Css Color HEX #380277 Persian Indigo

📋 copy color: '#380277'

red 56 ◦ green 2 ◦ blue 119

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

Shades of Persian Indigo #380277

Tints of Persian Indigo #380277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

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

R = 31.64%
G = 1.13%
B = 67.23%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#380277 (or 0x380277) is known color: Persian Indigo. HEX triplet: 38, 02 and 77. RGB value is (56,2,119). Sum of RGB (Red+Green+Blue) = 56+2+119=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #380277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380277 is #C7FD88. Grayscale: #1F1F1F. Windows color (decimal): -13106569 or 7799352. OLE color: 7799352.

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

Color convert

RGB 56 2 119 -
CMYK 0.53 0.98 0 0.53
HSL 267.69º 0.97% 0.24% -
HSV(B) 267.69º 0.98% 0.47% -
XYZ 4.98 2.22 17.62 -
YUV 31.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 56 2 119 0.53 0.98 0 0.53 267.69 0.97 0.24
Hex 38 2 77 35 62 0 35 10C 61 18
Octal 70 2 167 65 142 0 65 414 141 30
Binary 111000 10 1110111 110101 1100010 0 110101 100001100 1100001 11000

Color Harmonies of #380277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380277

Black with #380277

Text Example


Text Example

White with #380277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380277; }

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

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

background-color css

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

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

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

border-color css

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

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

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