Html Css Color HEX #34008F Persian Indigo

📋 copy color: '#34008F'

red 52 ◦ green 0 ◦ blue 143

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

Shades of Persian Indigo #34008F

Tints of Persian Indigo #34008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 73.33%

R = 26.67%
G = 0%
B = 73.33%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34008F (or 0x34008F) is known color: Persian Indigo. HEX triplet: 34, 00 and 8F. RGB value is (52,0,143). Sum of RGB (Red+Green+Blue) = 52+0+143=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #34008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34008F is #CBFF70. Grayscale: #1F1F1F. Windows color (decimal): -13369201 or 9371700. OLE color: 9371700.

HSL color Cylindrical-coordinate representation of color #34008F: hue angle of 261.82º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34008F is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 0 143 -
CMYK 0.64 1 0 0.44
HSL 261.82º 1% 0.28% -
HSV(B) 261.82º 1% 0.56% -
XYZ 6.37 2.71 26.17 -
YUV 31.85 190.73 142.37 -
System Red Green Blue C M Y K H S L
Decimal 52 0 143 0.64 1 0 0.44 261.82 1 0.28
Hex 34 0 8F 40 64 0 2C 106 64 1C
Octal 64 0 217 100 144 0 54 406 144 34
Binary 110100 0 10001111 1000000 1100100 0 101100 100000110 1100100 11100

Color Harmonies of #34008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34008F

Black with #34008F

Text Example


Text Example

White with #34008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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