Html Css Color HEX #35019B Persian Indigo

📋 copy color: '#35019B'

red 53 ◦ green 1 ◦ blue 155

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

Shades of Persian Indigo #35019B

Tints of Persian Indigo #35019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 25.36%
G = 0.48%
B = 74.16%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35019B (or 0x35019B) is known color: Persian Indigo. HEX triplet: 35, 01 and 9B. RGB value is (53,1,155). Sum of RGB (Red+Green+Blue) = 53+1+155=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #35019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35019B is #CAFE64. Grayscale: #212121. Windows color (decimal): -13303397 or 10158389. OLE color: 10158389.

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

Color convert

RGB 53 1 155 -
CMYK 0.66 0.99 0 0.39
HSL 260.26º 0.99% 0.31% -
HSV(B) 260.26º 0.99% 0.61% -
XYZ 7.4 3.15 31.23 -
YUV 34.1 196.23 141.48 -
System Red Green Blue C M Y K H S L
Decimal 53 1 155 0.66 0.99 0 0.39 260.26 0.99 0.31
Hex 35 1 9B 42 63 0 27 104 63 1F
Octal 65 1 233 102 143 0 47 404 143 37
Binary 110101 1 10011011 1000010 1100011 0 100111 100000100 1100011 11111

Color Harmonies of #35019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35019B

Black with #35019B

Text Example


Text Example

White with #35019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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