Html Css Color HEX #260073 Persian Indigo

📋 copy color: '#260073'

red 38 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #260073

Tints of Persian Indigo #260073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 75.16%

R = 24.84%
G = 0%
B = 75.16%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#260073 (or 0x260073) is known color: Persian Indigo. HEX triplet: 26, 00 and 73. RGB value is (38,0,115). Sum of RGB (Red+Green+Blue) = 38+0+115=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #260073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260073 is #D9FF8C. Grayscale: #181818. Windows color (decimal): -14286733 or 7536678. OLE color: 7536678.

HSL color Cylindrical-coordinate representation of color #260073: hue angle of 259.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260073 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 0 115 -
CMYK 0.67 1 0 0.55
HSL 259.83º 1% 0.23% -
HSV(B) 259.83º 1% 0.45% -
XYZ 3.89 1.65 16.33 -
YUV 24.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 38 0 115 0.67 1 0 0.55 259.83 1 0.23
Hex 26 0 73 43 64 0 37 104 64 17
Octal 46 0 163 103 144 0 67 404 144 27
Binary 100110 0 1110011 1000011 1100100 0 110111 100000100 1100100 10111

Color Harmonies of #260073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260073

Black with #260073

Text Example


Text Example

White with #260073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260073; }

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

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

background-color css

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

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

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

border-color css

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

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

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