Html Css Color HEX #26057D Persian Indigo

📋 copy color: '#26057D'

red 38 ◦ green 5 ◦ blue 125

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

Shades of Persian Indigo #26057D

Tints of Persian Indigo #26057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

 BLUE value IS 125 (49.22% from 255) = 74.4%

R = 22.62%
G = 2.98%
B = 74.4%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26057D (or 0x26057D) is known color: Persian Indigo. HEX triplet: 26, 05 and 7D. RGB value is (38,5,125). Sum of RGB (Red+Green+Blue) = 38+5+125=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #26057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26057D is #D9FA82. Grayscale: #1C1C1C. Windows color (decimal): -14285443 or 8193318. OLE color: 8193318.

HSL color Cylindrical-coordinate representation of color #26057D: hue angle of 256.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26057D is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 5 125 -
CMYK 0.70 0.96 0 0.51
HSL 256.5º 0.92% 0.25% -
HSV(B) 256.5º 0.96% 0.49% -
XYZ 4.56 2 19.55 -
YUV 28.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 38 5 125 0.70 0.96 0 0.51 256.5 0.92 0.25
Hex 26 5 7D 46 60 0 33 100 5C 19
Octal 46 5 175 106 140 0 63 400 134 31
Binary 100110 101 1111101 1000110 1100000 0 110011 100000000 1011100 11001

Color Harmonies of #26057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26057D

Black with #26057D

Text Example


Text Example

White with #26057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26057D; }

 p { color: rgb(38,5,125); }

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

background-color css

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

 a { background-color: rgb(38,5,125); }

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

border-color css

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

 span { border-color: rgb(38,5,125); }

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