Html Css Color HEX #260072 Persian Indigo

📋 copy color: '#260072'

red 38 ◦ green 0 ◦ blue 114

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

Shades of Persian Indigo #260072

Tints of Persian Indigo #260072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 75%

R = 25%
G = 0%
B = 75%

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

#260072 (or 0x260072) is known color: Persian Indigo. HEX triplet: 26, 00 and 72. RGB value is (38,0,114). Sum of RGB (Red+Green+Blue) = 38+0+114=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #260072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260072 is #D9FF8D. Grayscale: #171717. Windows color (decimal): -14286734 or 7471142. OLE color: 7471142.

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

Color convert

RGB 38 0 114 -
CMYK 0.67 1 0 0.55
HSL 260º 1% 0.22% -
HSV(B) 260º 1% 0.45% -
XYZ 3.84 1.63 16.03 -
YUV 24.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 38 0 114 0.67 1 0 0.55 260 1 0.22
Hex 26 0 72 43 64 0 37 104 64 16
Octal 46 0 162 103 144 0 67 404 144 26
Binary 100110 0 1110010 1000011 1100100 0 110111 100000100 1100100 10110

Color Harmonies of #260072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260072

Black with #260072

Text Example


Text Example

White with #260072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260072; }

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

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

background-color css

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

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

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

border-color css

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

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

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