Html Css Color HEX #361A7F Persian Indigo

📋 copy color: '#361A7F'

red 54 ◦ green 26 ◦ blue 127

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

Shades of Persian Indigo #361A7F

Tints of Persian Indigo #361A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.35%

R = 26.09%
G = 12.56%
B = 61.35%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#361A7F (or 0x361A7F) is known color: Persian Indigo. HEX triplet: 36, 1A and 7F. RGB value is (54,26,127). Sum of RGB (Red+Green+Blue) = 54+26+127=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #361A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A7F is #C9E580. Grayscale: #2D2D2D. Windows color (decimal): -13231489 or 8329782. OLE color: 8329782.

HSL color Cylindrical-coordinate representation of color #361A7F: hue angle of 256.63º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361A7F is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 26 127 -
CMYK 0.57 0.80 0 0.50
HSL 256.63º 0.66% 0.3% -
HSV(B) 256.63º 0.8% 0.5% -
XYZ 5.72 3.06 20.37 -
YUV 45.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 54 26 127 0.57 0.80 0 0.50 256.63 0.66 0.3
Hex 36 1A 7F 39 50 0 32 101 42 1E
Octal 66 32 177 71 120 0 62 401 102 36
Binary 110110 11010 1111111 111001 1010000 0 110010 100000001 1000010 11110

Color Harmonies of #361A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A7F

Black with #361A7F

Text Example


Text Example

White with #361A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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