Html Css Color HEX #34007F Persian Indigo

📋 copy color: '#34007F'

red 52 ◦ green 0 ◦ blue 127

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

Shades of Persian Indigo #34007F

Tints of Persian Indigo #34007F

RGB

 RED value IS 52 (20.7% from 255) = 29.05%

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

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

R = 29.05%
G = 0%
B = 70.95%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34007F (or 0x34007F) is known color: Persian Indigo. HEX triplet: 34, 00 and 7F. RGB value is (52,0,127). Sum of RGB (Red+Green+Blue) = 52+0+127=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #34007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34007F is #CBFF80. Grayscale: #1D1D1D. Windows color (decimal): -13369217 or 8323124. OLE color: 8323124.

HSL color Cylindrical-coordinate representation of color #34007F: hue angle of 264.57º 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 #34007F is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 0 127 -
CMYK 0.59 1 0 0.50
HSL 264.57º 1% 0.25% -
HSV(B) 264.57º 1% 0.5% -
XYZ 5.25 2.26 20.24 -
YUV 30.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 52 0 127 0.59 1 0 0.50 264.57 1 0.25
Hex 34 0 7F 3B 64 0 32 109 64 19
Octal 64 0 177 73 144 0 62 411 144 31
Binary 110100 0 1111111 111011 1100100 0 110010 100001001 1100100 11001

Color Harmonies of #34007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34007F

Black with #34007F

Text Example


Text Example

White with #34007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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