Html Css Color HEX #350B9B Persian Indigo

📋 copy color: '#350B9B'

red 53 ◦ green 11 ◦ blue 155

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

Shades of Persian Indigo #350B9B

Tints of Persian Indigo #350B9B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.02%

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

R = 24.2%
G = 5.02%
B = 70.78%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#350B9B (or 0x350B9B) is known color: Persian Indigo. HEX triplet: 35, 0B and 9B. RGB value is (53,11,155). Sum of RGB (Red+Green+Blue) = 53+11+155=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #350B9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350B9B is #CAF464. Grayscale: #272727. Windows color (decimal): -13300837 or 10160949. OLE color: 10160949.

HSL color Cylindrical-coordinate representation of color #350B9B: hue angle of 257.5º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350B9B is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 11 155 -
CMYK 0.66 0.93 0 0.39
HSL 257.5º 0.87% 0.33% -
HSV(B) 257.5º 0.93% 0.61% -
XYZ 7.5 3.36 31.26 -
YUV 39.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 53 11 155 0.66 0.93 0 0.39 257.5 0.87 0.33
Hex 35 B 9B 42 5D 0 27 102 57 21
Octal 65 13 233 102 135 0 47 402 127 41
Binary 110101 1011 10011011 1000010 1011101 0 100111 100000010 1010111 100001

Color Harmonies of #350B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B9B

Black with #350B9B

Text Example


Text Example

White with #350B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350B9B; }

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

 H1.HeaderClassName
 {
   color: #350B9B;
 }
 .AnyTagClassName
 {
   color: #350B9B;
 }
</style>

background-color css

<style>
 a { background-color: #350B9B; }

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

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

border-color css

<style>
 span { border-color: #350B9B; }

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

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