Html Css Color HEX #34049B Persian Indigo

📋 copy color: '#34049B'

red 52 ◦ green 4 ◦ blue 155

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

Shades of Persian Indigo #34049B

Tints of Persian Indigo #34049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.46%

R = 24.64%
G = 1.9%
B = 73.46%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34049B (or 0x34049B) is known color: Persian Indigo. HEX triplet: 34, 04 and 9B. RGB value is (52,4,155). Sum of RGB (Red+Green+Blue) = 52+4+155=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #34049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34049B is #CBFB64. Grayscale: #232323. Windows color (decimal): -13368165 or 10159156. OLE color: 10159156.

HSL color Cylindrical-coordinate representation of color #34049B: hue angle of 259.07º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34049B is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 4 155 -
CMYK 0.66 0.97 0 0.39
HSL 259.07º 0.95% 0.31% -
HSV(B) 259.07º 0.97% 0.61% -
XYZ 7.38 3.18 31.24 -
YUV 35.57 195.4 139.72 -
System Red Green Blue C M Y K H S L
Decimal 52 4 155 0.66 0.97 0 0.39 259.07 0.95 0.31
Hex 34 4 9B 42 61 0 27 103 5F 1F
Octal 64 4 233 102 141 0 47 403 137 37
Binary 110100 100 10011011 1000010 1100001 0 100111 100000011 1011111 11111

Color Harmonies of #34049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34049B

Black with #34049B

Text Example


Text Example

White with #34049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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