Html Css Color HEX #34268B Persian Indigo

📋 copy color: '#34268B'

red 52 ◦ green 38 ◦ blue 139

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

Shades of Persian Indigo #34268B

Tints of Persian Indigo #34268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.59%

 BLUE value IS 139 (54.69% from 255) = 60.7%

R = 22.71%
G = 16.59%
B = 60.7%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34268B (or 0x34268B) is known color: Persian Indigo. HEX triplet: 34, 26 and 8B. RGB value is (52,38,139). Sum of RGB (Red+Green+Blue) = 52+38+139=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #34268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34268B is #CBD974. Grayscale: #353535. Windows color (decimal): -13359477 or 9119284. OLE color: 9119284.

HSL color Cylindrical-coordinate representation of color #34268B: hue angle of 248.32º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34268B is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 38 139 -
CMYK 0.63 0.73 0 0.45
HSL 248.32º 0.57% 0.35% -
HSV(B) 248.32º 0.73% 0.55% -
XYZ 6.77 3.98 24.84 -
YUV 53.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 52 38 139 0.63 0.73 0 0.45 248.32 0.57 0.35
Hex 34 26 8B 3F 49 0 2D F8 39 23
Octal 64 46 213 77 111 0 55 370 71 43
Binary 110100 100110 10001011 111111 1001001 0 101101 11111000 111001 100011

Color Harmonies of #34268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34268B

Black with #34268B

Text Example


Text Example

White with #34268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,38,139); }

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

background-color css

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

 a { background-color: rgb(52,38,139); }

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

border-color css

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

 span { border-color: rgb(52,38,139); }

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