Html Css Color HEX #381474 Persian Indigo

📋 copy color: '#381474'

red 56 ◦ green 20 ◦ blue 116

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

Shades of Persian Indigo #381474

Tints of Persian Indigo #381474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 116 (45.7% from 255) = 60.42%

R = 29.17%
G = 10.42%
B = 60.42%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381474 (or 0x381474) is known color: Persian Indigo. HEX triplet: 38, 14 and 74. RGB value is (56,20,116). Sum of RGB (Red+Green+Blue) = 56+20+116=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #381474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381474 is #C7EB8B. Grayscale: #292929. Windows color (decimal): -13101964 or 7607352. OLE color: 7607352.

HSL color Cylindrical-coordinate representation of color #381474: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381474 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 20 116 -
CMYK 0.52 0.83 0 0.55
HSL 262.5º 0.71% 0.27% -
HSV(B) 262.5º 0.83% 0.45% -
XYZ 5.03 2.6 16.76 -
YUV 41.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 56 20 116 0.52 0.83 0 0.55 262.5 0.71 0.27
Hex 38 14 74 34 53 0 37 106 47 1B
Octal 70 24 164 64 123 0 67 406 107 33
Binary 111000 10100 1110100 110100 1010011 0 110111 100000110 1000111 11011

Color Harmonies of #381474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381474

Black with #381474

Text Example


Text Example

White with #381474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381474; }

 p { color: rgb(56,20,116); }

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

background-color css

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

 a { background-color: rgb(56,20,116); }

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

border-color css

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

 span { border-color: rgb(56,20,116); }

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