Html Css Color HEX #352294 Persian Indigo

📋 copy color: '#352294'

red 53 ◦ green 34 ◦ blue 148

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

Shades of Persian Indigo #352294

Tints of Persian Indigo #352294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

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

R = 22.55%
G = 14.47%
B = 62.98%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#352294 (or 0x352294) is known color: Persian Indigo. HEX triplet: 35, 22 and 94. RGB value is (53,34,148). Sum of RGB (Red+Green+Blue) = 53+34+148=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #352294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352294 is #CADD6B. Grayscale: #343434. Windows color (decimal): -13294956 or 9708085. OLE color: 9708085.

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

Color convert

RGB 53 34 148 -
CMYK 0.64 0.77 0 0.42
HSL 250º 0.63% 0.36% -
HSV(B) 250º 0.77% 0.58% -
XYZ 7.39 4.04 28.41 -
YUV 52.68 181.79 128.23 -
System Red Green Blue C M Y K H S L
Decimal 53 34 148 0.64 0.77 0 0.42 250 0.63 0.36
Hex 35 22 94 40 4D 0 2A FA 3F 24
Octal 65 42 224 100 115 0 52 372 77 44
Binary 110101 100010 10010100 1000000 1001101 0 101010 11111010 111111 100100

Color Harmonies of #352294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352294

Black with #352294

Text Example


Text Example

White with #352294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352294; }

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

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

background-color css

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

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

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

border-color css

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

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

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