Html Css Color HEX #381996 Persian Indigo

📋 copy color: '#381996'

red 56 ◦ green 25 ◦ blue 150

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

Shades of Persian Indigo #381996

Tints of Persian Indigo #381996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

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

R = 24.24%
G = 10.82%
B = 64.94%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#381996 (or 0x381996) is known color: Persian Indigo. HEX triplet: 38, 19 and 96. RGB value is (56,25,150). Sum of RGB (Red+Green+Blue) = 56+25+150=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #381996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381996 is #C7E669. Grayscale: #303030. Windows color (decimal): -13100650 or 9836856. OLE color: 9836856.

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

Color convert

RGB 56 25 150 -
CMYK 0.63 0.83 0 0.41
HSL 254.88º 0.71% 0.34% -
HSV(B) 254.88º 0.83% 0.59% -
XYZ 7.48 3.74 29.18 -
YUV 48.52 185.27 133.34 -
System Red Green Blue C M Y K H S L
Decimal 56 25 150 0.63 0.83 0 0.41 254.88 0.71 0.34
Hex 38 19 96 3F 53 0 29 FF 47 22
Octal 70 31 226 77 123 0 51 377 107 42
Binary 111000 11001 10010110 111111 1010011 0 101001 11111111 1000111 100010

Color Harmonies of #381996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381996

Black with #381996

Text Example


Text Example

White with #381996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381996; }

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

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

background-color css

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

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

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

border-color css

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

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

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