Html Css Color HEX #270469 Persian Indigo

📋 copy color: '#270469'

red 39 ◦ green 4 ◦ blue 105

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

Shades of Persian Indigo #270469

Tints of Persian Indigo #270469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.7%

 BLUE value IS 105 (41.41% from 255) = 70.95%

R = 26.35%
G = 2.7%
B = 70.95%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#270469 (or 0x270469) is known color: Persian Indigo. HEX triplet: 27, 04 and 69. RGB value is (39,4,105). Sum of RGB (Red+Green+Blue) = 39+4+105=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #270469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270469 is #D8FB96. Grayscale: #191919. Windows color (decimal): -14220183 or 6882343. OLE color: 6882343.

HSL color Cylindrical-coordinate representation of color #270469: hue angle of 260.79º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270469 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 4 105 -
CMYK 0.63 0.96 0 0.59
HSL 260.79º 0.93% 0.21% -
HSV(B) 260.79º 0.96% 0.41% -
XYZ 3.43 1.54 13.48 -
YUV 25.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 39 4 105 0.63 0.96 0 0.59 260.79 0.93 0.21
Hex 27 4 69 3F 60 0 3B 105 5D 15
Octal 47 4 151 77 140 0 73 405 135 25
Binary 100111 100 1101001 111111 1100000 0 111011 100000101 1011101 10101

Color Harmonies of #270469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270469

Black with #270469

Text Example


Text Example

White with #270469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270469; }

 p { color: rgb(39,4,105); }

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

background-color css

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

 a { background-color: rgb(39,4,105); }

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

border-color css

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

 span { border-color: rgb(39,4,105); }

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