Html Css Color HEX #35059B Persian Indigo

📋 copy color: '#35059B'

red 53 ◦ green 5 ◦ blue 155

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

Shades of Persian Indigo #35059B

Tints of Persian Indigo #35059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.35%

 BLUE value IS 155 (60.94% from 255) = 72.77%

R = 24.88%
G = 2.35%
B = 72.77%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35059B (or 0x35059B) is known color: Persian Indigo. HEX triplet: 35, 05 and 9B. RGB value is (53,5,155). Sum of RGB (Red+Green+Blue) = 53+5+155=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #35059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35059B is #CAFA64. Grayscale: #232323. Windows color (decimal): -13302373 or 10159413. OLE color: 10159413.

HSL color Cylindrical-coordinate representation of color #35059B: hue angle of 259.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35059B is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 5 155 -
CMYK 0.66 0.97 0 0.39
HSL 259.2º 0.94% 0.31% -
HSV(B) 259.2º 0.97% 0.61% -
XYZ 7.44 3.23 31.24 -
YUV 36.45 194.9 139.8 -
System Red Green Blue C M Y K H S L
Decimal 53 5 155 0.66 0.97 0 0.39 259.2 0.94 0.31
Hex 35 5 9B 42 61 0 27 103 5E 1F
Octal 65 5 233 102 141 0 47 403 136 37
Binary 110101 101 10011011 1000010 1100001 0 100111 100000011 1011110 11111

Color Harmonies of #35059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35059B

Black with #35059B

Text Example


Text Example

White with #35059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35059B; }

 p { color: rgb(53,5,155); }

 H1.HeaderClassName
 {
   color: #35059B;
 }
 .AnyTagClassName
 {
   color: #35059B;
 }
</style>

background-color css

<style>
 a { background-color: #35059B; }

 a { background-color: rgb(53,5,155); }

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

border-color css

<style>
 span { border-color: #35059B; }

 span { border-color: rgb(53,5,155); }

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