Html Css Color HEX #352198 Persian Indigo

📋 copy color: '#352198'

red 53 ◦ green 33 ◦ blue 152

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

Shades of Persian Indigo #352198

Tints of Persian Indigo #352198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.87%

R = 22.27%
G = 13.87%
B = 63.87%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#352198 (or 0x352198) is known color: Persian Indigo. HEX triplet: 35, 21 and 98. RGB value is (53,33,152). Sum of RGB (Red+Green+Blue) = 53+33+152=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #352198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352198 is #CADE67. Grayscale: #343434. Windows color (decimal): -13295208 or 9969973. OLE color: 9969973.

HSL color Cylindrical-coordinate representation of color #352198: hue angle of 250.08º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352198 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 33 152 -
CMYK 0.65 0.78 0 0.40
HSL 250.08º 0.64% 0.36% -
HSV(B) 250.08º 0.78% 0.6% -
XYZ 7.68 4.11 30.09 -
YUV 52.55 184.13 128.32 -
System Red Green Blue C M Y K H S L
Decimal 53 33 152 0.65 0.78 0 0.40 250.08 0.64 0.36
Hex 35 21 98 41 4E 0 28 FA 40 24
Octal 65 41 230 101 116 0 50 372 100 44
Binary 110101 100001 10011000 1000001 1001110 0 101000 11111010 1000000 100100

Color Harmonies of #352198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352198

Black with #352198

Text Example


Text Example

White with #352198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352198; }

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

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

background-color css

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

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

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

border-color css

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

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

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