Html Css Color HEX #35019D Persian Indigo

📋 copy color: '#35019D'

red 53 ◦ green 1 ◦ blue 157

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

Shades of Persian Indigo #35019D

Tints of Persian Indigo #35019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 74.41%

R = 25.12%
G = 0.47%
B = 74.41%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35019D (or 0x35019D) is known color: Persian Indigo. HEX triplet: 35, 01 and 9D. RGB value is (53,1,157). Sum of RGB (Red+Green+Blue) = 53+1+157=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #35019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35019D is #CAFE62. Grayscale: #212121. Windows color (decimal): -13303395 or 10289461. OLE color: 10289461.

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

Color convert

RGB 53 1 157 -
CMYK 0.66 0.99 0 0.38
HSL 260º 0.99% 0.31% -
HSV(B) 260º 0.99% 0.62% -
XYZ 7.56 3.21 32.12 -
YUV 34.33 197.23 141.32 -
System Red Green Blue C M Y K H S L
Decimal 53 1 157 0.66 0.99 0 0.38 260 0.99 0.31
Hex 35 1 9D 42 63 0 26 104 63 1F
Octal 65 1 235 102 143 0 46 404 143 37
Binary 110101 1 10011101 1000010 1100011 0 100110 100000100 1100011 11111

Color Harmonies of #35019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35019D

Black with #35019D

Text Example


Text Example

White with #35019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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