Html Css Color HEX #26028C Persian Indigo

📋 copy color: '#26028C'

red 38 ◦ green 2 ◦ blue 140

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

Shades of Persian Indigo #26028C

Tints of Persian Indigo #26028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

 BLUE value IS 140 (55.08% from 255) = 77.78%

R = 21.11%
G = 1.11%
B = 77.78%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26028C (or 0x26028C) is known color: Persian Indigo. HEX triplet: 26, 02 and 8C. RGB value is (38,2,140). Sum of RGB (Red+Green+Blue) = 38+2+140=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #26028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26028C is #D9FD73. Grayscale: #1B1B1B. Windows color (decimal): -14286196 or 9175590. OLE color: 9175590.

HSL color Cylindrical-coordinate representation of color #26028C: hue angle of 255.65º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26028C is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 2 140 -
CMYK 0.73 0.99 0 0.45
HSL 255.65º 0.97% 0.28% -
HSV(B) 255.65º 0.99% 0.55% -
XYZ 5.55 2.35 24.97 -
YUV 28.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 38 2 140 0.73 0.99 0 0.45 255.65 0.97 0.28
Hex 26 2 8C 49 63 0 2D 100 61 1C
Octal 46 2 214 111 143 0 55 400 141 34
Binary 100110 10 10001100 1001001 1100011 0 101101 100000000 1100001 11100

Color Harmonies of #26028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26028C

Black with #26028C

Text Example


Text Example

White with #26028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26028C; }

 p { color: rgb(38,2,140); }

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

background-color css

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

 a { background-color: rgb(38,2,140); }

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

border-color css

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

 span { border-color: rgb(38,2,140); }

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