Html Css Color HEX #331C96 Persian Indigo

📋 copy color: '#331C96'

red 51 ◦ green 28 ◦ blue 150

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

Shades of Persian Indigo #331C96

Tints of Persian Indigo #331C96

RGB

 RED value IS 51 (20.31% from 255) = 22.27%

 GREEN value IS 28 (11.33% from 255) = 12.23%

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

R = 22.27%
G = 12.23%
B = 65.5%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#331C96 (or 0x331C96) is known color: Persian Indigo. HEX triplet: 33, 1C and 96. RGB value is (51,28,150). Sum of RGB (Red+Green+Blue) = 51+28+150=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #331C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331C96 is #CCE369. Grayscale: #303030. Windows color (decimal): -13427562 or 9837619. OLE color: 9837619.

HSL color Cylindrical-coordinate representation of color #331C96: hue angle of 251.31º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331C96 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 28 150 -
CMYK 0.66 0.81 0 0.41
HSL 251.31º 0.69% 0.35% -
HSV(B) 251.31º 0.81% 0.59% -
XYZ 7.29 3.74 29.19 -
YUV 48.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 51 28 150 0.66 0.81 0 0.41 251.31 0.69 0.35
Hex 33 1C 96 42 51 0 29 FB 45 23
Octal 63 34 226 102 121 0 51 373 105 43
Binary 110011 11100 10010110 1000010 1010001 0 101001 11111011 1000101 100011

Color Harmonies of #331C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C96

Black with #331C96

Text Example


Text Example

White with #331C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331C96; }

 p { color: rgb(51,28,150); }

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

background-color css

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

 a { background-color: rgb(51,28,150); }

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

border-color css

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

 span { border-color: rgb(51,28,150); }

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