Html Css Color HEX #35007D Persian Indigo

📋 copy color: '#35007D'

red 53 ◦ green 0 ◦ blue 125

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

Shades of Persian Indigo #35007D

Tints of Persian Indigo #35007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.78%
G = 0%
B = 70.22%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35007D (or 0x35007D) is known color: Persian Indigo. HEX triplet: 35, 00 and 7D. RGB value is (53,0,125). Sum of RGB (Red+Green+Blue) = 53+0+125=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #35007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35007D is #CAFF82. Grayscale: #1D1D1D. Windows color (decimal): -13303683 or 8192053. OLE color: 8192053.

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

Color convert

RGB 53 0 125 -
CMYK 0.58 1 0 0.51
HSL 265.44º 1% 0.25% -
HSV(B) 265.44º 1% 0.49% -
XYZ 5.17 2.24 19.56 -
YUV 30.1 181.56 144.34 -
System Red Green Blue C M Y K H S L
Decimal 53 0 125 0.58 1 0 0.51 265.44 1 0.25
Hex 35 0 7D 3A 64 0 33 109 64 19
Octal 65 0 175 72 144 0 63 411 144 31
Binary 110101 0 1111101 111010 1100100 0 110011 100001001 1100100 11001

Color Harmonies of #35007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35007D

Black with #35007D

Text Example


Text Example

White with #35007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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