Html Css Color HEX #270367 Persian Indigo

📋 copy color: '#270367'

red 39 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #270367

Tints of Persian Indigo #270367

RGB

 RED value IS 39 (15.63% from 255) = 26.9%

 GREEN value IS 3 (1.56% from 255) = 2.07%

 BLUE value IS 103 (40.63% from 255) = 71.03%

R = 26.9%
G = 2.07%
B = 71.03%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#270367 (or 0x270367) is known color: Persian Indigo. HEX triplet: 27, 03 and 67. RGB value is (39,3,103). Sum of RGB (Red+Green+Blue) = 39+3+103=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 103 (40.62% from 255 or 71.03% from 145); Max value from RGB is 103 - color contains mainly: blue. Hex color #270367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270367 is #D8FC98. Grayscale: #181818. Windows color (decimal): -14220441 or 6751015. OLE color: 6751015.

HSL color Cylindrical-coordinate representation of color #270367: hue angle of 261.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270367 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 3 103 -
CMYK 0.62 0.97 0 0.60
HSL 261.6º 0.94% 0.21% -
HSV(B) 261.6º 0.97% 0.4% -
XYZ 3.32 1.48 12.94 -
YUV 25.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 39 3 103 0.62 0.97 0 0.60 261.6 0.94 0.21
Hex 27 3 67 3E 61 0 3C 106 5E 15
Octal 47 3 147 76 141 0 74 406 136 25
Binary 100111 11 1100111 111110 1100001 0 111100 100000110 1011110 10101

Color Harmonies of #270367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270367

Black with #270367

Text Example


Text Example

White with #270367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270367; }

 p { color: rgb(39,3,103); }

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

background-color css

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

 a { background-color: rgb(39,3,103); }

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

border-color css

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

 span { border-color: rgb(39,3,103); }

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