Html Css Color HEX #35147D Persian Indigo

📋 copy color: '#35147D'

red 53 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #35147D

Tints of Persian Indigo #35147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

 BLUE value IS 125 (49.22% from 255) = 63.13%

R = 26.77%
G = 10.1%
B = 63.13%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35147D (or 0x35147D) is known color: Persian Indigo. HEX triplet: 35, 14 and 7D. RGB value is (53,20,125). Sum of RGB (Red+Green+Blue) = 53+20+125=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #35147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35147D is #CAEB82. Grayscale: #292929. Windows color (decimal): -13298563 or 8197173. OLE color: 8197173.

HSL color Cylindrical-coordinate representation of color #35147D: hue angle of 258.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35147D is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 20 125 -
CMYK 0.58 0.84 0 0.51
HSL 258.86º 0.72% 0.28% -
HSV(B) 258.86º 0.84% 0.49% -
XYZ 5.42 2.74 19.64 -
YUV 41.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 53 20 125 0.58 0.84 0 0.51 258.86 0.72 0.28
Hex 35 14 7D 3A 54 0 33 103 48 1C
Octal 65 24 175 72 124 0 63 403 110 34
Binary 110101 10100 1111101 111010 1010100 0 110011 100000011 1001000 11100

Color Harmonies of #35147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35147D

Black with #35147D

Text Example


Text Example

White with #35147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,20,125); }

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

background-color css

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

 a { background-color: rgb(53,20,125); }

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

border-color css

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

 span { border-color: rgb(53,20,125); }

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