Html Css Color HEX #35007F Persian Indigo

📋 copy color: '#35007F'

red 53 ◦ green 0 ◦ blue 127

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

Shades of Persian Indigo #35007F

Tints of Persian Indigo #35007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 70.56%

R = 29.44%
G = 0%
B = 70.56%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35007F (or 0x35007F) is known color: Persian Indigo. HEX triplet: 35, 00 and 7F. RGB value is (53,0,127). Sum of RGB (Red+Green+Blue) = 53+0+127=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 127 (50% from 255 or 70.56% from 180); Max value from RGB is 127 - color contains mainly: blue. Hex color #35007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35007F is #CAFF80. Grayscale: #1D1D1D. Windows color (decimal): -13303681 or 8323125. OLE color: 8323125.

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

Color convert

RGB 53 0 127 -
CMYK 0.58 1 0 0.50
HSL 265.04º 1% 0.25% -
HSV(B) 265.04º 1% 0.5% -
XYZ 5.3 2.29 20.24 -
YUV 30.33 182.56 144.17 -
System Red Green Blue C M Y K H S L
Decimal 53 0 127 0.58 1 0 0.50 265.04 1 0.25
Hex 35 0 7F 3A 64 0 32 109 64 19
Octal 65 0 177 72 144 0 62 411 144 31
Binary 110101 0 1111111 111010 1100100 0 110010 100001001 1100100 11001

Color Harmonies of #35007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35007F

Black with #35007F

Text Example


Text Example

White with #35007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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