Html Css Color HEX #360781 Persian Indigo

📋 copy color: '#360781'

red 54 ◦ green 7 ◦ blue 129

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

Shades of Persian Indigo #360781

Tints of Persian Indigo #360781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

 BLUE value IS 129 (50.78% from 255) = 67.89%

R = 28.42%
G = 3.68%
B = 67.89%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#360781 (or 0x360781) is known color: Persian Indigo. HEX triplet: 36, 07 and 81. RGB value is (54,7,129). Sum of RGB (Red+Green+Blue) = 54+7+129=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #360781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360781 is #C9F87E. Grayscale: #222222. Windows color (decimal): -13236351 or 8455990. OLE color: 8455990.

HSL color Cylindrical-coordinate representation of color #360781: hue angle of 263.11º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360781 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 7 129 -
CMYK 0.58 0.95 0 0.49
HSL 263.11º 0.9% 0.27% -
HSV(B) 263.11º 0.95% 0.51% -
XYZ 5.56 2.52 20.96 -
YUV 34.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 54 7 129 0.58 0.95 0 0.49 263.11 0.9 0.27
Hex 36 7 81 3A 5F 0 31 107 5A 1B
Octal 66 7 201 72 137 0 61 407 132 33
Binary 110110 111 10000001 111010 1011111 0 110001 100000111 1011010 11011

Color Harmonies of #360781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360781

Black with #360781

Text Example


Text Example

White with #360781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360781; }

 p { color: rgb(54,7,129); }

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

background-color css

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

 a { background-color: rgb(54,7,129); }

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

border-color css

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

 span { border-color: rgb(54,7,129); }

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