Html Css Color HEX #332394 Persian Indigo

📋 copy color: '#332394'

red 51 ◦ green 35 ◦ blue 148

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

Shades of Persian Indigo #332394

Tints of Persian Indigo #332394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

 BLUE value IS 148 (58.2% from 255) = 63.25%

R = 21.79%
G = 14.96%
B = 63.25%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#332394 (or 0x332394) is known color: Persian Indigo. HEX triplet: 33, 23 and 94. RGB value is (51,35,148). Sum of RGB (Red+Green+Blue) = 51+35+148=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #332394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332394 is #CCDC6B. Grayscale: #343434. Windows color (decimal): -13425772 or 9708339. OLE color: 9708339.

HSL color Cylindrical-coordinate representation of color #332394: hue angle of 248.5º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332394 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 35 148 -
CMYK 0.66 0.76 0 0.42
HSL 248.5º 0.62% 0.36% -
HSV(B) 248.5º 0.76% 0.58% -
XYZ 7.31 4.04 28.41 -
YUV 52.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 51 35 148 0.66 0.76 0 0.42 248.5 0.62 0.36
Hex 33 23 94 42 4C 0 2A F8 3E 24
Octal 63 43 224 102 114 0 52 370 76 44
Binary 110011 100011 10010100 1000010 1001100 0 101010 11111000 111110 100100

Color Harmonies of #332394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332394

Black with #332394

Text Example


Text Example

White with #332394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332394; }

 p { color: rgb(51,35,148); }

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

background-color css

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

 a { background-color: rgb(51,35,148); }

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

border-color css

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

 span { border-color: rgb(51,35,148); }

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