Html Css Color HEX #361A9D Persian Indigo

📋 copy color: '#361A9D'

red 54 ◦ green 26 ◦ blue 157

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

Shades of Persian Indigo #361A9D

Tints of Persian Indigo #361A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 66.24%

R = 22.78%
G = 10.97%
B = 66.24%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#361A9D (or 0x361A9D) is known color: Persian Indigo. HEX triplet: 36, 1A and 9D. RGB value is (54,26,157). Sum of RGB (Red+Green+Blue) = 54+26+157=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #361A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361A9D is #C9E562. Grayscale: #303030. Windows color (decimal): -13231459 or 10295862. OLE color: 10295862.

HSL color Cylindrical-coordinate representation of color #361A9D: hue angle of 252.82º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361A9D is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 26 157 -
CMYK 0.66 0.83 0 0.38
HSL 252.82º 0.72% 0.36% -
HSV(B) 252.82º 0.83% 0.62% -
XYZ 7.98 3.96 32.24 -
YUV 49.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 54 26 157 0.66 0.83 0 0.38 252.82 0.72 0.36
Hex 36 1A 9D 42 53 0 26 FD 48 24
Octal 66 32 235 102 123 0 46 375 110 44
Binary 110110 11010 10011101 1000010 1010011 0 100110 11111101 1001000 100100

Color Harmonies of #361A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A9D

Black with #361A9D

Text Example


Text Example

White with #361A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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