Html Css Color HEX #35018A Persian Indigo

📋 copy color: '#35018A'

red 53 ◦ green 1 ◦ blue 138

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

Shades of Persian Indigo #35018A

Tints of Persian Indigo #35018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 71.88%

R = 27.6%
G = 0.52%
B = 71.88%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#35018A (or 0x35018A) is known color: Persian Indigo. HEX triplet: 35, 01 and 8A. RGB value is (53,1,138). Sum of RGB (Red+Green+Blue) = 53+1+138=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #35018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35018A is #CAFE75. Grayscale: #1F1F1F. Windows color (decimal): -13303414 or 9044277. OLE color: 9044277.

HSL color Cylindrical-coordinate representation of color #35018A: hue angle of 262.77º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35018A is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 1 138 -
CMYK 0.62 0.99 0 0.46
HSL 262.77º 0.99% 0.27% -
HSV(B) 262.77º 0.99% 0.54% -
XYZ 6.07 2.61 24.23 -
YUV 32.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 53 1 138 0.62 0.99 0 0.46 262.77 0.99 0.27
Hex 35 1 8A 3E 63 0 2E 107 63 1B
Octal 65 1 212 76 143 0 56 407 143 33
Binary 110101 1 10001010 111110 1100011 0 101110 100000111 1100011 11011

Color Harmonies of #35018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35018A

Black with #35018A

Text Example


Text Example

White with #35018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35018A; }

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

 H1.HeaderClassName
 {
   color: #35018A;
 }
 .AnyTagClassName
 {
   color: #35018A;
 }
</style>

background-color css

<style>
 a { background-color: #35018A; }

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

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

border-color css

<style>
 span { border-color: #35018A; }

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

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