#35007C

Color #35007C Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #35007C

Tints of Persian Indigo #35007C

Color information

#35007C (or 0x35007C) is unknown color: approx Persian Indigo. HEX triplet: 35, 00 and 7C. RGB value is (53,0,124). Sum of RGB (Red+Green+Blue) = 53+0+124=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #35007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35007C is #CAFF83. Grayscale: #1D1D1D. Windows color (decimal): -13303684 or 8126517. OLE color: 8126517.

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

Color convert

RGB530124-
CMYK0.57100.51
HSL265.65º100%24.31%-
HSV(B)265.65º100%48.63%-
XYZ5.112.2119.23-
YUV29.98181.06144.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 70.06%
R=29.94%
G=0%
B=70.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5301240.57100.51265.6510024.31
Hex3507C396403310a6418
Octal6501747114406341214430
Binary1101010111110011100111001000110011100001010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35007C;
 }
 .AnyTagClassName
 {
   color: #35007C;
 }
</style>
background-color css

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

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

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

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

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

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