Html Css Color HEX #34069B Persian Indigo

📋 copy color: '#34069B'

red 52 ◦ green 6 ◦ blue 155

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

Shades of Persian Indigo #34069B

Tints of Persian Indigo #34069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 24.41%
G = 2.82%
B = 72.77%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34069B (or 0x34069B) is known color: Persian Indigo. HEX triplet: 34, 06 and 9B. RGB value is (52,6,155). Sum of RGB (Red+Green+Blue) = 52+6+155=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #34069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34069B is #CBF964. Grayscale: #242424. Windows color (decimal): -13367653 or 10159668. OLE color: 10159668.

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

Color convert

RGB 52 6 155 -
CMYK 0.66 0.96 0 0.39
HSL 258.52º 0.93% 0.32% -
HSV(B) 258.52º 0.96% 0.61% -
XYZ 7.4 3.23 31.24 -
YUV 36.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 52 6 155 0.66 0.96 0 0.39 258.52 0.93 0.32
Hex 34 6 9B 42 60 0 27 103 5D 20
Octal 64 6 233 102 140 0 47 403 135 40
Binary 110100 110 10011011 1000010 1100000 0 100111 100000011 1011101 100000

Color Harmonies of #34069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34069B

Black with #34069B

Text Example


Text Example

White with #34069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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