Html Css Color HEX #341A7B Persian Indigo

📋 copy color: '#341A7B'

red 52 ◦ green 26 ◦ blue 123

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

Shades of Persian Indigo #341A7B

Tints of Persian Indigo #341A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

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

R = 25.87%
G = 12.94%
B = 61.19%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#341A7B (or 0x341A7B) is known color: Persian Indigo. HEX triplet: 34, 1A and 7B. RGB value is (52,26,123). Sum of RGB (Red+Green+Blue) = 52+26+123=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #341A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A7B is #CBE584. Grayscale: #2C2C2C. Windows color (decimal): -13362565 or 8067636. OLE color: 8067636.

HSL color Cylindrical-coordinate representation of color #341A7B: hue angle of 256.08º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341A7B is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 26 123 -
CMYK 0.58 0.79 0 0.52
HSL 256.08º 0.65% 0.29% -
HSV(B) 256.08º 0.79% 0.48% -
XYZ 5.36 2.9 19.02 -
YUV 44.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 52 26 123 0.58 0.79 0 0.52 256.08 0.65 0.29
Hex 34 1A 7B 3A 4F 0 34 100 41 1D
Octal 64 32 173 72 117 0 64 400 101 35
Binary 110100 11010 1111011 111010 1001111 0 110100 100000000 1000001 11101

Color Harmonies of #341A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A7B

Black with #341A7B

Text Example


Text Example

White with #341A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341A7B; }

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

 H1.HeaderClassName
 {
   color: #341A7B;
 }
 .AnyTagClassName
 {
   color: #341A7B;
 }
</style>

background-color css

<style>
 a { background-color: #341A7B; }

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

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

border-color css

<style>
 span { border-color: #341A7B; }

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

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