Html Css Color HEX #35056E Persian Indigo

📋 copy color: '#35056E'

red 53 ◦ green 5 ◦ blue 110

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

Shades of Persian Indigo #35056E

Tints of Persian Indigo #35056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 65.48%

R = 31.55%
G = 2.98%
B = 65.48%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35056E (or 0x35056E) is known color: Persian Indigo. HEX triplet: 35, 05 and 6E. RGB value is (53,5,110). Sum of RGB (Red+Green+Blue) = 53+5+110=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #35056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35056E is #CAFA91. Grayscale: #1E1E1E. Windows color (decimal): -13302418 or 7210293. OLE color: 7210293.

HSL color Cylindrical-coordinate representation of color #35056E: hue angle of 267.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35056E is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 5 110 -
CMYK 0.52 0.95 0 0.57
HSL 267.43º 0.91% 0.23% -
HSV(B) 267.43º 0.95% 0.43% -
XYZ 4.34 1.99 14.91 -
YUV 31.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 53 5 110 0.52 0.95 0 0.57 267.43 0.91 0.23
Hex 35 5 6E 34 5F 0 39 10B 5B 17
Octal 65 5 156 64 137 0 71 413 133 27
Binary 110101 101 1101110 110100 1011111 0 111001 100001011 1011011 10111

Color Harmonies of #35056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35056E

Black with #35056E

Text Example


Text Example

White with #35056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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