Html Css Color HEX #35129A Persian Indigo

📋 copy color: '#35129A'

red 53 ◦ green 18 ◦ blue 154

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

Shades of Persian Indigo #35129A

Tints of Persian Indigo #35129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 154 (60.55% from 255) = 68.44%

R = 23.56%
G = 8%
B = 68.44%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35129A (or 0x35129A) is known color: Persian Indigo. HEX triplet: 35, 12 and 9A. RGB value is (53,18,154). Sum of RGB (Red+Green+Blue) = 53+18+154=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #35129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35129A is #CAED65. Grayscale: #2B2B2B. Windows color (decimal): -13299046 or 10097205. OLE color: 10097205.

HSL color Cylindrical-coordinate representation of color #35129A: hue angle of 255.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35129A is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 18 154 -
CMYK 0.66 0.88 0 0.40
HSL 255.44º 0.79% 0.34% -
HSV(B) 255.44º 0.88% 0.6% -
XYZ 7.52 3.52 30.86 -
YUV 43.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 53 18 154 0.66 0.88 0 0.40 255.44 0.79 0.34
Hex 35 12 9A 42 58 0 28 FF 4F 22
Octal 65 22 232 102 130 0 50 377 117 42
Binary 110101 10010 10011010 1000010 1011000 0 101000 11111111 1001111 100010

Color Harmonies of #35129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35129A

Black with #35129A

Text Example


Text Example

White with #35129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,18,154); }

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

background-color css

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

 a { background-color: rgb(53,18,154); }

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

border-color css

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

 span { border-color: rgb(53,18,154); }

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