Html Css Color HEX #35067F Persian Indigo

📋 copy color: '#35067F'

red 53 ◦ green 6 ◦ blue 127

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

Shades of Persian Indigo #35067F

Tints of Persian Indigo #35067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.23%

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

R = 28.49%
G = 3.23%
B = 68.28%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#35067F (or 0x35067F) is known color: Persian Indigo. HEX triplet: 35, 06 and 7F. RGB value is (53,6,127). Sum of RGB (Red+Green+Blue) = 53+6+127=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #35067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35067F is #CAF980. Grayscale: #212121. Windows color (decimal): -13302145 or 8324661. OLE color: 8324661.

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

Color convert

RGB 53 6 127 -
CMYK 0.58 0.95 0 0.50
HSL 263.31º 0.91% 0.26% -
HSV(B) 263.31º 0.95% 0.5% -
XYZ 5.36 2.42 20.26 -
YUV 33.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 53 6 127 0.58 0.95 0 0.50 263.31 0.91 0.26
Hex 35 6 7F 3A 5F 0 32 107 5B 1A
Octal 65 6 177 72 137 0 62 407 133 32
Binary 110101 110 1111111 111010 1011111 0 110010 100000111 1011011 11010

Color Harmonies of #35067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35067F

Black with #35067F

Text Example


Text Example

White with #35067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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