Html Css Color HEX #35227F Persian Indigo

📋 copy color: '#35227F'

red 53 ◦ green 34 ◦ blue 127

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

Shades of Persian Indigo #35227F

Tints of Persian Indigo #35227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.35%

R = 24.77%
G = 15.89%
B = 59.35%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35227F (or 0x35227F) is known color: Persian Indigo. HEX triplet: 35, 22 and 7F. RGB value is (53,34,127). Sum of RGB (Red+Green+Blue) = 53+34+127=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #35227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35227F is #CADD80. Grayscale: #313131. Windows color (decimal): -13294977 or 8331829. OLE color: 8331829.

HSL color Cylindrical-coordinate representation of color #35227F: hue angle of 252.26º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35227F is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 34 127 -
CMYK 0.58 0.73 0 0.50
HSL 252.26º 0.58% 0.32% -
HSV(B) 252.26º 0.73% 0.5% -
XYZ 5.87 3.43 20.43 -
YUV 50.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 53 34 127 0.58 0.73 0 0.50 252.26 0.58 0.32
Hex 35 22 7F 3A 49 0 32 FC 3A 20
Octal 65 42 177 72 111 0 62 374 72 40
Binary 110101 100010 1111111 111010 1001001 0 110010 11111100 111010 100000

Color Harmonies of #35227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35227F

Black with #35227F

Text Example


Text Example

White with #35227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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