Html Css Color HEX #34047B Persian Indigo

📋 copy color: '#34047B'

red 52 ◦ green 4 ◦ blue 123

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

Shades of Persian Indigo #34047B

Tints of Persian Indigo #34047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 68.72%

R = 29.05%
G = 2.23%
B = 68.72%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34047B (or 0x34047B) is known color: Persian Indigo. HEX triplet: 34, 04 and 7B. RGB value is (52,4,123). Sum of RGB (Red+Green+Blue) = 52+4+123=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #34047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34047B is #CBFB84. Grayscale: #1F1F1F. Windows color (decimal): -13368197 or 8062004. OLE color: 8062004.

HSL color Cylindrical-coordinate representation of color #34047B: hue angle of 264.2º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34047B is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 4 123 -
CMYK 0.58 0.97 0 0.52
HSL 264.2º 0.94% 0.25% -
HSV(B) 264.2º 0.97% 0.48% -
XYZ 5.03 2.25 18.91 -
YUV 31.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 52 4 123 0.58 0.97 0 0.52 264.2 0.94 0.25
Hex 34 4 7B 3A 61 0 34 108 5E 19
Octal 64 4 173 72 141 0 64 410 136 31
Binary 110100 100 1111011 111010 1100001 0 110100 100001000 1011110 11001

Color Harmonies of #34047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34047B

Black with #34047B

Text Example


Text Example

White with #34047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34047B; }

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

 H1.HeaderClassName
 {
   color: #34047B;
 }
 .AnyTagClassName
 {
   color: #34047B;
 }
</style>

background-color css

<style>
 a { background-color: #34047B; }

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

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

border-color css

<style>
 span { border-color: #34047B; }

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

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