Html Css Color HEX #360681 Persian Indigo

📋 copy color: '#360681'

red 54 ◦ green 6 ◦ blue 129

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

Shades of Persian Indigo #360681

Tints of Persian Indigo #360681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.17%

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

R = 28.57%
G = 3.17%
B = 68.25%

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

#360681 (or 0x360681) is known color: Persian Indigo. HEX triplet: 36, 06 and 81. RGB value is (54,6,129). Sum of RGB (Red+Green+Blue) = 54+6+129=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #360681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360681 is #C9F97E. Grayscale: #212121. Windows color (decimal): -13236607 or 8455734. OLE color: 8455734.

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

Color convert

RGB 54 6 129 -
CMYK 0.58 0.95 0 0.49
HSL 263.41º 0.91% 0.26% -
HSV(B) 263.41º 0.95% 0.51% -
XYZ 5.55 2.5 20.96 -
YUV 34.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 54 6 129 0.58 0.95 0 0.49 263.41 0.91 0.26
Hex 36 6 81 3A 5F 0 31 107 5B 1A
Octal 66 6 201 72 137 0 61 407 133 32
Binary 110110 110 10000001 111010 1011111 0 110001 100000111 1011011 11010

Color Harmonies of #360681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360681

Black with #360681

Text Example


Text Example

White with #360681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360681; }

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

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

background-color css

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

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

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

border-color css

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

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

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