Html Css Color HEX #34077B Persian Indigo

📋 copy color: '#34077B'

red 52 ◦ green 7 ◦ blue 123

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

Shades of Persian Indigo #34077B

Tints of Persian Indigo #34077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.85%

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

R = 28.57%
G = 3.85%
B = 67.58%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34077B (or 0x34077B) is known color: Persian Indigo. HEX triplet: 34, 07 and 7B. RGB value is (52,7,123). Sum of RGB (Red+Green+Blue) = 52+7+123=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #34077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34077B is #CBF884. Grayscale: #212121. Windows color (decimal): -13367429 or 8062772. OLE color: 8062772.

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

Color convert

RGB 52 7 123 -
CMYK 0.58 0.94 0 0.52
HSL 263.28º 0.89% 0.25% -
HSV(B) 263.28º 0.94% 0.48% -
XYZ 5.07 2.31 18.92 -
YUV 33.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 52 7 123 0.58 0.94 0 0.52 263.28 0.89 0.25
Hex 34 7 7B 3A 5E 0 34 107 59 19
Octal 64 7 173 72 136 0 64 407 131 31
Binary 110100 111 1111011 111010 1011110 0 110100 100000111 1011001 11001

Color Harmonies of #34077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34077B

Black with #34077B

Text Example


Text Example

White with #34077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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