Html Css Color HEX #341282 Persian Indigo

📋 copy color: '#341282'

red 52 ◦ green 18 ◦ blue 130

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

Shades of Persian Indigo #341282

Tints of Persian Indigo #341282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 130 (51.17% from 255) = 65%

R = 26%
G = 9%
B = 65%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#341282 (or 0x341282) is known color: Persian Indigo. HEX triplet: 34, 12 and 82. RGB value is (52,18,130). Sum of RGB (Red+Green+Blue) = 52+18+130=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #341282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341282 is #CBED7D. Grayscale: #282828. Windows color (decimal): -13364606 or 8524340. OLE color: 8524340.

HSL color Cylindrical-coordinate representation of color #341282: hue angle of 258.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341282 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 18 130 -
CMYK 0.60 0.86 0 0.49
HSL 258.21º 0.76% 0.29% -
HSV(B) 258.21º 0.86% 0.51% -
XYZ 5.66 2.77 21.36 -
YUV 40.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 52 18 130 0.60 0.86 0 0.49 258.21 0.76 0.29
Hex 34 12 82 3C 56 0 31 102 4C 1D
Octal 64 22 202 74 126 0 61 402 114 35
Binary 110100 10010 10000010 111100 1010110 0 110001 100000010 1001100 11101

Color Harmonies of #341282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341282

Black with #341282

Text Example


Text Example

White with #341282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341282; }

 p { color: rgb(52,18,130); }

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

background-color css

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

 a { background-color: rgb(52,18,130); }

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

border-color css

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

 span { border-color: rgb(52,18,130); }

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