Html Css Color HEX #34048C Persian Indigo

📋 copy color: '#34048C'

red 52 ◦ green 4 ◦ blue 140

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

Shades of Persian Indigo #34048C

Tints of Persian Indigo #34048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

 BLUE value IS 140 (55.08% from 255) = 71.43%

R = 26.53%
G = 2.04%
B = 71.43%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34048C (or 0x34048C) is known color: Persian Indigo. HEX triplet: 34, 04 and 8C. RGB value is (52,4,140). Sum of RGB (Red+Green+Blue) = 52+4+140=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #34048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34048C is #CBFB73. Grayscale: #212121. Windows color (decimal): -13368180 or 9176116. OLE color: 9176116.

HSL color Cylindrical-coordinate representation of color #34048C: hue angle of 261.18º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34048C is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 4 140 -
CMYK 0.63 0.97 0 0.45
HSL 261.18º 0.94% 0.28% -
HSV(B) 261.18º 0.97% 0.55% -
XYZ 6.19 2.71 25.01 -
YUV 33.86 187.9 140.94 -
System Red Green Blue C M Y K H S L
Decimal 52 4 140 0.63 0.97 0 0.45 261.18 0.94 0.28
Hex 34 4 8C 3F 61 0 2D 105 5E 1C
Octal 64 4 214 77 141 0 55 405 136 34
Binary 110100 100 10001100 111111 1100001 0 101101 100000101 1011110 11100

Color Harmonies of #34048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34048C

Black with #34048C

Text Example


Text Example

White with #34048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,4,140); }

 H1.HeaderClassName
 {
   color: #34048C;
 }
 .AnyTagClassName
 {
   color: #34048C;
 }
</style>

background-color css

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

 a { background-color: rgb(52,4,140); }

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

border-color css

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

 span { border-color: rgb(52,4,140); }

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