Html Css Color HEX #35109B Persian Indigo

📋 copy color: '#35109B'

red 53 ◦ green 16 ◦ blue 155

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

Shades of Persian Indigo #35109B

Tints of Persian Indigo #35109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 23.66%
G = 7.14%
B = 69.2%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35109B (or 0x35109B) is known color: Persian Indigo. HEX triplet: 35, 10 and 9B. RGB value is (53,16,155). Sum of RGB (Red+Green+Blue) = 53+16+155=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #35109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35109B is #CAEF64. Grayscale: #2A2A2A. Windows color (decimal): -13299557 or 10162229. OLE color: 10162229.

HSL color Cylindrical-coordinate representation of color #35109B: hue angle of 255.97º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35109B is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 16 155 -
CMYK 0.66 0.90 0 0.39
HSL 255.97º 0.81% 0.34% -
HSV(B) 255.97º 0.9% 0.61% -
XYZ 7.57 3.49 31.29 -
YUV 42.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 53 16 155 0.66 0.90 0 0.39 255.97 0.81 0.34
Hex 35 10 9B 42 5A 0 27 100 51 22
Octal 65 20 233 102 132 0 47 400 121 42
Binary 110101 10000 10011011 1000010 1011010 0 100111 100000000 1010001 100010

Color Harmonies of #35109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35109B

Black with #35109B

Text Example


Text Example

White with #35109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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