Html Css Color HEX #270D67 Persian Indigo

📋 copy color: '#270D67'

red 39 ◦ green 13 ◦ blue 103

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

Shades of Persian Indigo #270D67

Tints of Persian Indigo #270D67

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.39%

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

R = 25.16%
G = 8.39%
B = 66.45%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#270D67 (or 0x270D67) is known color: Persian Indigo. HEX triplet: 27, 0D and 67. RGB value is (39,13,103). Sum of RGB (Red+Green+Blue) = 39+13+103=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #270D67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D67 is #D8F298. Grayscale: #1E1E1E. Windows color (decimal): -14217881 or 6753575. OLE color: 6753575.

HSL color Cylindrical-coordinate representation of color #270D67: hue angle of 257.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270D67 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 13 103 -
CMYK 0.62 0.87 0 0.60
HSL 257.33º 0.78% 0.23% -
HSV(B) 257.33º 0.87% 0.4% -
XYZ 3.43 1.7 12.98 -
YUV 31.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 39 13 103 0.62 0.87 0 0.60 257.33 0.78 0.23
Hex 27 D 67 3E 57 0 3C 101 4E 17
Octal 47 15 147 76 127 0 74 401 116 27
Binary 100111 1101 1100111 111110 1010111 0 111100 100000001 1001110 10111

Color Harmonies of #270D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270D67

Black with #270D67

Text Example


Text Example

White with #270D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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