Html Css Color HEX #35217C Persian Indigo

📋 copy color: '#35217C'

red 53 ◦ green 33 ◦ blue 124

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

Shades of Persian Indigo #35217C

Tints of Persian Indigo #35217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.05%

R = 25.24%
G = 15.71%
B = 59.05%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35217C (or 0x35217C) is known color: Persian Indigo. HEX triplet: 35, 21 and 7C. RGB value is (53,33,124). Sum of RGB (Red+Green+Blue) = 53+33+124=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #35217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35217C is #CADE83. Grayscale: #313131. Windows color (decimal): -13295236 or 8134965. OLE color: 8134965.

HSL color Cylindrical-coordinate representation of color #35217C: hue angle of 253.19º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35217C is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 33 124 -
CMYK 0.57 0.73 0 0.51
HSL 253.19º 0.58% 0.31% -
HSV(B) 253.19º 0.73% 0.49% -
XYZ 5.65 3.3 19.41 -
YUV 49.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 53 33 124 0.57 0.73 0 0.51 253.19 0.58 0.31
Hex 35 21 7C 39 49 0 33 FD 3A 1F
Octal 65 41 174 71 111 0 63 375 72 37
Binary 110101 100001 1111100 111001 1001001 0 110011 11111101 111010 11111

Color Harmonies of #35217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35217C

Black with #35217C

Text Example


Text Example

White with #35217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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