Html Css Color HEX #361A7A Persian Indigo

📋 copy color: '#361A7A'

red 54 ◦ green 26 ◦ blue 122

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

Shades of Persian Indigo #361A7A

Tints of Persian Indigo #361A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 60.4%

R = 26.73%
G = 12.87%
B = 60.4%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#361A7A (or 0x361A7A) is known color: Persian Indigo. HEX triplet: 36, 1A and 7A. RGB value is (54,26,122). Sum of RGB (Red+Green+Blue) = 54+26+122=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #361A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A7A is #C9E585. Grayscale: #2C2C2C. Windows color (decimal): -13231494 or 8002102. OLE color: 8002102.

HSL color Cylindrical-coordinate representation of color #361A7A: hue angle of 257.5º 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 #361A7A is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 26 122 -
CMYK 0.56 0.79 0 0.52
HSL 257.5º 0.65% 0.29% -
HSV(B) 257.5º 0.79% 0.48% -
XYZ 5.4 2.93 18.69 -
YUV 45.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 54 26 122 0.56 0.79 0 0.52 257.5 0.65 0.29
Hex 36 1A 7A 38 4F 0 34 102 41 1D
Octal 66 32 172 70 117 0 64 402 101 35
Binary 110110 11010 1111010 111000 1001111 0 110100 100000010 1000001 11101

Color Harmonies of #361A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A7A

Black with #361A7A

Text Example


Text Example

White with #361A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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