Html Css Color HEX #361A8C Persian Indigo

📋 copy color: '#361A8C'

red 54 ◦ green 26 ◦ blue 140

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

Shades of Persian Indigo #361A8C

Tints of Persian Indigo #361A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.64%

R = 24.55%
G = 11.82%
B = 63.64%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#361A8C (or 0x361A8C) is known color: Persian Indigo. HEX triplet: 36, 1A and 8C. RGB value is (54,26,140). Sum of RGB (Red+Green+Blue) = 54+26+140=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #361A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361A8C is #C9E573. Grayscale: #2E2E2E. Windows color (decimal): -13231476 or 9181750. OLE color: 9181750.

HSL color Cylindrical-coordinate representation of color #361A8C: hue angle of 254.74º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361A8C is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 26 140 -
CMYK 0.61 0.81 0 0.45
HSL 254.74º 0.69% 0.33% -
HSV(B) 254.74º 0.81% 0.55% -
XYZ 6.62 3.42 25.12 -
YUV 47.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 54 26 140 0.61 0.81 0 0.45 254.74 0.69 0.33
Hex 36 1A 8C 3D 51 0 2D FF 45 21
Octal 66 32 214 75 121 0 55 377 105 41
Binary 110110 11010 10001100 111101 1010001 0 101101 11111111 1000101 100001

Color Harmonies of #361A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A8C

Black with #361A8C

Text Example


Text Example

White with #361A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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