Html Css Color HEX #381096 Persian Indigo

📋 copy color: '#381096'

red 56 ◦ green 16 ◦ blue 150

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

Shades of Persian Indigo #381096

Tints of Persian Indigo #381096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.21%

 BLUE value IS 150 (58.98% from 255) = 67.57%

R = 25.23%
G = 7.21%
B = 67.57%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#381096 (or 0x381096) is known color: Persian Indigo. HEX triplet: 38, 10 and 96. RGB value is (56,16,150). Sum of RGB (Red+Green+Blue) = 56+16+150=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #381096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381096 is #C7EF69. Grayscale: #2A2A2A. Windows color (decimal): -13102954 or 9834552. OLE color: 9834552.

HSL color Cylindrical-coordinate representation of color #381096: hue angle of 257.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381096 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 16 150 -
CMYK 0.63 0.89 0 0.41
HSL 257.91º 0.81% 0.33% -
HSV(B) 257.91º 0.89% 0.59% -
XYZ 7.32 3.41 29.13 -
YUV 43.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 56 16 150 0.63 0.89 0 0.41 257.91 0.81 0.33
Hex 38 10 96 3F 59 0 29 102 51 21
Octal 70 20 226 77 131 0 51 402 121 41
Binary 111000 10000 10010110 111111 1011001 0 101001 100000010 1010001 100001

Color Harmonies of #381096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381096

Black with #381096

Text Example


Text Example

White with #381096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381096; }

 p { color: rgb(56,16,150); }

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

background-color css

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

 a { background-color: rgb(56,16,150); }

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

border-color css

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

 span { border-color: rgb(56,16,150); }

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