Html Css Color HEX #352194 Persian Indigo

📋 copy color: '#352194'

red 53 ◦ green 33 ◦ blue 148

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

Shades of Persian Indigo #352194

Tints of Persian Indigo #352194

RGB

 RED value IS 53 (21.09% from 255) = 22.65%

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 22.65%
G = 14.1%
B = 63.25%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#352194 (or 0x352194) is known color: Persian Indigo. HEX triplet: 35, 21 and 94. RGB value is (53,33,148). Sum of RGB (Red+Green+Blue) = 53+33+148=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 33 (13.28% from 255 or 14.10% 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 #352194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352194 is #CADE6B. Grayscale: #333333. Windows color (decimal): -13295212 or 9707829. OLE color: 9707829.

HSL color Cylindrical-coordinate representation of color #352194: hue angle of 250.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352194 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 33 148 -
CMYK 0.64 0.78 0 0.42
HSL 250.43º 0.64% 0.35% -
HSV(B) 250.43º 0.78% 0.58% -
XYZ 7.36 3.98 28.4 -
YUV 52.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 53 33 148 0.64 0.78 0 0.42 250.43 0.64 0.35
Hex 35 21 94 40 4E 0 2A FA 40 23
Octal 65 41 224 100 116 0 52 372 100 43
Binary 110101 100001 10010100 1000000 1001110 0 101010 11111010 1000000 100011

Color Harmonies of #352194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352194

Black with #352194

Text Example


Text Example

White with #352194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352194; }

 p { color: rgb(53,33,148); }

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

background-color css

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

 a { background-color: rgb(53,33,148); }

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

border-color css

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

 span { border-color: rgb(53,33,148); }

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