Html Css Color HEX #35257A Persian Indigo

📋 copy color: '#35257A'

red 53 ◦ green 37 ◦ blue 122

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

Shades of Persian Indigo #35257A

Tints of Persian Indigo #35257A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

 BLUE value IS 122 (48.05% from 255) = 57.55%

R = 25%
G = 17.45%
B = 57.55%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#35257A (or 0x35257A) is known color: Persian Indigo. HEX triplet: 35, 25 and 7A. RGB value is (53,37,122). Sum of RGB (Red+Green+Blue) = 53+37+122=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #35257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35257A is #CADA85. Grayscale: #333333. Windows color (decimal): -13294214 or 8004917. OLE color: 8004917.

HSL color Cylindrical-coordinate representation of color #35257A: hue angle of 251.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35257A is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 37 122 -
CMYK 0.57 0.70 0 0.52
HSL 251.29º 0.53% 0.31% -
HSV(B) 251.29º 0.7% 0.48% -
XYZ 5.64 3.49 18.79 -
YUV 51.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 53 37 122 0.57 0.70 0 0.52 251.29 0.53 0.31
Hex 35 25 7A 39 46 0 34 FB 35 1F
Octal 65 45 172 71 106 0 64 373 65 37
Binary 110101 100101 1111010 111001 1000110 0 110100 11111011 110101 11111

Color Harmonies of #35257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35257A

Black with #35257A

Text Example


Text Example

White with #35257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35257A; }

 p { color: rgb(53,37,122); }

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

background-color css

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

 a { background-color: rgb(53,37,122); }

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

border-color css

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

 span { border-color: rgb(53,37,122); }

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