Html Css Color HEX #381277 Persian Indigo

📋 copy color: '#381277'

red 56 ◦ green 18 ◦ blue 119

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

Shades of Persian Indigo #381277

Tints of Persian Indigo #381277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 29.02%
G = 9.33%
B = 61.66%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#381277 (or 0x381277) is known color: Persian Indigo. HEX triplet: 38, 12 and 77. RGB value is (56,18,119). Sum of RGB (Red+Green+Blue) = 56+18+119=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #381277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381277 is #C7ED88. Grayscale: #282828. Windows color (decimal): -13102473 or 7803448. OLE color: 7803448.

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

Color convert

RGB 56 18 119 -
CMYK 0.53 0.85 0 0.53
HSL 262.57º 0.74% 0.27% -
HSV(B) 262.57º 0.85% 0.47% -
XYZ 5.18 2.61 17.68 -
YUV 40.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 56 18 119 0.53 0.85 0 0.53 262.57 0.74 0.27
Hex 38 12 77 35 55 0 35 107 4A 1B
Octal 70 22 167 65 125 0 65 407 112 33
Binary 111000 10010 1110111 110101 1010101 0 110101 100000111 1001010 11011

Color Harmonies of #381277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381277

Black with #381277

Text Example


Text Example

White with #381277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381277; }

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

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

background-color css

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

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

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

border-color css

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

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

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