Html Css Color HEX #35099A Persian Indigo

📋 copy color: '#35099A'

red 53 ◦ green 9 ◦ blue 154

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

Shades of Persian Indigo #35099A

Tints of Persian Indigo #35099A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

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

R = 24.54%
G = 4.17%
B = 71.3%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#35099A (or 0x35099A) is known color: Persian Indigo. HEX triplet: 35, 09 and 9A. RGB value is (53,9,154). Sum of RGB (Red+Green+Blue) = 53+9+154=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 154 (60.55% from 255 or 71.30% from 216); Max value from RGB is 154 - color contains mainly: blue. Hex color #35099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35099A is #CAF665. Grayscale: #262626. Windows color (decimal): -13301350 or 10094901. OLE color: 10094901.

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

Color convert

RGB 53 9 154 -
CMYK 0.66 0.94 0 0.40
HSL 258.21º 0.89% 0.32% -
HSV(B) 258.21º 0.94% 0.6% -
XYZ 7.4 3.29 30.82 -
YUV 38.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 53 9 154 0.66 0.94 0 0.40 258.21 0.89 0.32
Hex 35 9 9A 42 5E 0 28 102 59 20
Octal 65 11 232 102 136 0 50 402 131 40
Binary 110101 1001 10011010 1000010 1011110 0 101000 100000010 1011001 100000

Color Harmonies of #35099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35099A

Black with #35099A

Text Example


Text Example

White with #35099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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