Html Css Color HEX #361BA4 Persian Indigo

📋 copy color: '#361BA4'

red 54 ◦ green 27 ◦ blue 164

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

Shades of Persian Indigo #361BA4

Tints of Persian Indigo #361BA4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.02%

 BLUE value IS 164 (64.45% from 255) = 66.94%

R = 22.04%
G = 11.02%
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

#361BA4 (or 0x361BA4) is known color: Persian Indigo. HEX triplet: 36, 1B and A4. RGB value is (54,27,164). Sum of RGB (Red+Green+Blue) = 54+27+164=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #361BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361BA4 is #C9E45B. Grayscale: #323232. Windows color (decimal): -13231196 or 10754870. OLE color: 10754870.

HSL color Cylindrical-coordinate representation of color #361BA4: hue angle of 251.82º 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 #361BA4 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 27 164 -
CMYK 0.67 0.84 0 0.36
HSL 251.82º 0.72% 0.37% -
HSV(B) 251.82º 0.84% 0.64% -
XYZ 8.61 4.25 35.49 -
YUV 50.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 54 27 164 0.67 0.84 0 0.36 251.82 0.72 0.37
Hex 36 1B A4 43 54 0 24 FC 48 25
Octal 66 33 244 103 124 0 44 374 110 45
Binary 110110 11011 10100100 1000011 1010100 0 100100 11111100 1001000 100101

Color Harmonies of #361BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BA4

Black with #361BA4

Text Example


Text Example

White with #361BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,164); }

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

background-color css

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

 a { background-color: rgb(54,27,164); }

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

border-color css

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

 span { border-color: rgb(54,27,164); }

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