Html Css Color HEX #381A96 Persian Indigo

📋 copy color: '#381A96'

red 56 ◦ green 26 ◦ blue 150

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

Shades of Persian Indigo #381A96

Tints of Persian Indigo #381A96

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.21%

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

R = 24.14%
G = 11.21%
B = 64.66%

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

#381A96 (or 0x381A96) is known color: Persian Indigo. HEX triplet: 38, 1A and 96. RGB value is (56,26,150). Sum of RGB (Red+Green+Blue) = 56+26+150=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #381A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A96 is #C7E569. Grayscale: #303030. Windows color (decimal): -13100394 or 9837112. OLE color: 9837112.

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

Color convert

RGB 56 26 150 -
CMYK 0.63 0.83 0 0.41
HSL 254.52º 0.7% 0.35% -
HSV(B) 254.52º 0.83% 0.59% -
XYZ 7.51 3.78 29.19 -
YUV 49.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 56 26 150 0.63 0.83 0 0.41 254.52 0.7 0.35
Hex 38 1A 96 3F 53 0 29 FF 46 23
Octal 70 32 226 77 123 0 51 377 106 43
Binary 111000 11010 10010110 111111 1010011 0 101001 11111111 1000110 100011

Color Harmonies of #381A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A96

Black with #381A96

Text Example


Text Example

White with #381A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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