Html Css Color HEX #361AA2 Persian Indigo

📋 copy color: '#361AA2'

red 54 ◦ green 26 ◦ blue 162

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

Shades of Persian Indigo #361AA2

Tints of Persian Indigo #361AA2

RGB

 RED value IS 54 (21.48% from 255) = 22.31%

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

 BLUE value IS 162 (63.67% from 255) = 66.94%

R = 22.31%
G = 10.74%
B = 66.94%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#361AA2 (or 0x361AA2) is known color: Persian Indigo. HEX triplet: 36, 1A and A2. RGB value is (54,26,162). Sum of RGB (Red+Green+Blue) = 54+26+162=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #361AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361AA2 is #C9E55D. Grayscale: #313131. Windows color (decimal): -13231454 or 10623542. OLE color: 10623542.

HSL color Cylindrical-coordinate representation of color #361AA2: hue angle of 252.35º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361AA2 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 26 162 -
CMYK 0.67 0.84 0 0.36
HSL 252.35º 0.72% 0.37% -
HSV(B) 252.35º 0.84% 0.64% -
XYZ 8.41 4.13 34.54 -
YUV 49.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 54 26 162 0.67 0.84 0 0.36 252.35 0.72 0.37
Hex 36 1A A2 43 54 0 24 FC 48 25
Octal 66 32 242 103 124 0 44 374 110 45
Binary 110110 11010 10100010 1000011 1010100 0 100100 11111100 1001000 100101

Color Harmonies of #361AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AA2

Black with #361AA2

Text Example


Text Example

White with #361AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361AA2; }

 p { color: rgb(54,26,162); }

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

background-color css

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

 a { background-color: rgb(54,26,162); }

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

border-color css

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

 span { border-color: rgb(54,26,162); }

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