Html Css Color HEX #260070 Persian Indigo

📋 copy color: '#260070'

red 38 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #260070

Tints of Persian Indigo #260070

RGB

 RED value IS 38 (15.23% from 255) = 25.33%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 74.67%

R = 25.33%
G = 0%
B = 74.67%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#260070 (or 0x260070) is known color: Persian Indigo. HEX triplet: 26, 00 and 70. RGB value is (38,0,112). Sum of RGB (Red+Green+Blue) = 38+0+112=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #260070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260070 is #D9FF8F. Grayscale: #171717. Windows color (decimal): -14286736 or 7340070. OLE color: 7340070.

HSL color Cylindrical-coordinate representation of color #260070: hue angle of 260.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260070 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 0 112 -
CMYK 0.66 1 0 0.56
HSL 260.36º 1% 0.22% -
HSV(B) 260.36º 1% 0.44% -
XYZ 3.72 1.58 15.44 -
YUV 24.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 38 0 112 0.66 1 0 0.56 260.36 1 0.22
Hex 26 0 70 42 64 0 38 104 64 16
Octal 46 0 160 102 144 0 70 404 144 26
Binary 100110 0 1110000 1000010 1100100 0 111000 100000100 1100100 10110

Color Harmonies of #260070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260070

Black with #260070

Text Example


Text Example

White with #260070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260070; }

 p { color: rgb(38,0,112); }

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

background-color css

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

 a { background-color: rgb(38,0,112); }

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

border-color css

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

 span { border-color: rgb(38,0,112); }

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