Html Css Color HEX #23045F Persian Indigo

📋 copy color: '#23045F'

red 35 ◦ green 4 ◦ blue 95

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

Shades of Persian Indigo #23045F

Tints of Persian Indigo #23045F

RGB

 RED value IS 35 (14.06% from 255) = 26.12%

 GREEN value IS 4 (1.95% from 255) = 2.99%

 BLUE value IS 95 (37.5% from 255) = 70.9%

R = 26.12%
G = 2.99%
B = 70.9%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23045F (or 0x23045F) is known color: Persian Indigo. HEX triplet: 23, 04 and 5F. RGB value is (35,4,95). Sum of RGB (Red+Green+Blue) = 35+4+95=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #23045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23045F is #DCFBA0. Grayscale: #171717. Windows color (decimal): -14482337 or 6226979. OLE color: 6226979.

HSL color Cylindrical-coordinate representation of color #23045F: hue angle of 260.44º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23045F is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 4 95 -
CMYK 0.63 0.96 0 0.63
HSL 260.44º 0.92% 0.19% -
HSV(B) 260.44º 0.96% 0.37% -
XYZ 2.8 1.27 10.92 -
YUV 23.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 35 4 95 0.63 0.96 0 0.63 260.44 0.92 0.19
Hex 23 4 5F 3F 60 0 3F 104 5C 13
Octal 43 4 137 77 140 0 77 404 134 23
Binary 100011 100 1011111 111111 1100000 0 111111 100000100 1011100 10011

Color Harmonies of #23045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23045F

Black with #23045F

Text Example


Text Example

White with #23045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23045F; }

 p { color: rgb(35,4,95); }

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

background-color css

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

 a { background-color: rgb(35,4,95); }

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

border-color css

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

 span { border-color: rgb(35,4,95); }

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