Html Css Color HEX #361F8C Persian Indigo

📋 copy color: '#361F8C'

red 54 ◦ green 31 ◦ blue 140

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

Shades of Persian Indigo #361F8C

Tints of Persian Indigo #361F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

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

R = 24%
G = 13.78%
B = 62.22%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#361F8C (or 0x361F8C) is known color: Persian Indigo. HEX triplet: 36, 1F and 8C. RGB value is (54,31,140). Sum of RGB (Red+Green+Blue) = 54+31+140=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #361F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361F8C is #C9E073. Grayscale: #313131. Windows color (decimal): -13230196 or 9183030. OLE color: 9183030.

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

Color convert

RGB 54 31 140 -
CMYK 0.61 0.78 0 0.45
HSL 252.66º 0.64% 0.34% -
HSV(B) 252.66º 0.78% 0.55% -
XYZ 6.74 3.66 25.16 -
YUV 50.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 54 31 140 0.61 0.78 0 0.45 252.66 0.64 0.34
Hex 36 1F 8C 3D 4E 0 2D FD 40 22
Octal 66 37 214 75 116 0 55 375 100 42
Binary 110110 11111 10001100 111101 1001110 0 101101 11111101 1000000 100010

Color Harmonies of #361F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F8C

Black with #361F8C

Text Example


Text Example

White with #361F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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