Html Css Color HEX #25038A Persian Indigo

📋 copy color: '#25038A'

red 37 ◦ green 3 ◦ blue 138

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

Shades of Persian Indigo #25038A

Tints of Persian Indigo #25038A

RGB

 RED value IS 37 (14.84% from 255) = 20.79%

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 138 (54.3% from 255) = 77.53%

R = 20.79%
G = 1.69%
B = 77.53%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25038A (or 0x25038A) is known color: Persian Indigo. HEX triplet: 25, 03 and 8A. RGB value is (37,3,138). Sum of RGB (Red+Green+Blue) = 37+3+138=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #25038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25038A is #DAFC75. Grayscale: #1C1C1C. Windows color (decimal): -14351478 or 9044773. OLE color: 9044773.

HSL color Cylindrical-coordinate representation of color #25038A: hue angle of 255.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25038A is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 3 138 -
CMYK 0.73 0.98 0 0.46
HSL 255.11º 0.96% 0.28% -
HSV(B) 255.11º 0.98% 0.54% -
XYZ 5.38 2.29 24.2 -
YUV 28.56 189.76 134.02 -
System Red Green Blue C M Y K H S L
Decimal 37 3 138 0.73 0.98 0 0.46 255.11 0.96 0.28
Hex 25 3 8A 49 62 0 2E FF 60 1C
Octal 45 3 212 111 142 0 56 377 140 34
Binary 100101 11 10001010 1001001 1100010 0 101110 11111111 1100000 11100

Color Harmonies of #25038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25038A

Black with #25038A

Text Example


Text Example

White with #25038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25038A; }

 p { color: rgb(37,3,138); }

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

background-color css

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

 a { background-color: rgb(37,3,138); }

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

border-color css

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

 span { border-color: rgb(37,3,138); }

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