Html Css Color HEX #270B68 Persian Indigo

📋 copy color: '#270B68'

red 39 ◦ green 11 ◦ blue 104

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

Shades of Persian Indigo #270B68

Tints of Persian Indigo #270B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.14%

 BLUE value IS 104 (41.02% from 255) = 67.53%

R = 25.32%
G = 7.14%
B = 67.53%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#270B68 (or 0x270B68) is known color: Persian Indigo. HEX triplet: 27, 0B and 68. RGB value is (39,11,104). Sum of RGB (Red+Green+Blue) = 39+11+104=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #270B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270B68 is #D8F497. Grayscale: #1D1D1D. Windows color (decimal): -14218392 or 6818599. OLE color: 6818599.

HSL color Cylindrical-coordinate representation of color #270B68: hue angle of 258.06º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270B68 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 11 104 -
CMYK 0.62 0.89 0 0.59
HSL 258.06º 0.81% 0.23% -
HSV(B) 258.06º 0.89% 0.41% -
XYZ 3.46 1.67 13.24 -
YUV 29.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 39 11 104 0.62 0.89 0 0.59 258.06 0.81 0.23
Hex 27 B 68 3E 59 0 3B 102 51 17
Octal 47 13 150 76 131 0 73 402 121 27
Binary 100111 1011 1101000 111110 1011001 0 111011 100000010 1010001 10111

Color Harmonies of #270B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270B68

Black with #270B68

Text Example


Text Example

White with #270B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270B68; }

 p { color: rgb(39,11,104); }

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

background-color css

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

 a { background-color: rgb(39,11,104); }

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

border-color css

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

 span { border-color: rgb(39,11,104); }

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