Html Css Color HEX #35056A Persian Indigo

📋 copy color: '#35056A'

red 53 ◦ green 5 ◦ blue 106

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

Shades of Persian Indigo #35056A

Tints of Persian Indigo #35056A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

 BLUE value IS 106 (41.8% from 255) = 64.63%

R = 32.32%
G = 3.05%
B = 64.63%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35056A (or 0x35056A) is known color: Persian Indigo. HEX triplet: 35, 05 and 6A. RGB value is (53,5,106). Sum of RGB (Red+Green+Blue) = 53+5+106=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #35056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35056A is #CAFA95. Grayscale: #1E1E1E. Windows color (decimal): -13302422 or 6948149. OLE color: 6948149.

HSL color Cylindrical-coordinate representation of color #35056A: hue angle of 268.51º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35056A is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 5 106 -
CMYK 0.5 0.95 0 0.58
HSL 268.51º 0.91% 0.22% -
HSV(B) 268.51º 0.95% 0.42% -
XYZ 4.12 1.91 13.79 -
YUV 30.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 53 5 106 0.5 0.95 0 0.58 268.51 0.91 0.22
Hex 35 5 6A 32 5F 0 3A 10D 5B 16
Octal 65 5 152 62 137 0 72 415 133 26
Binary 110101 101 1101010 110010 1011111 0 111010 100001101 1011011 10110

Color Harmonies of #35056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35056A

Black with #35056A

Text Example


Text Example

White with #35056A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,5,106); }

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

background-color css

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

 a { background-color: rgb(53,5,106); }

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

border-color css

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

 span { border-color: rgb(53,5,106); }

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