Html Css Color HEX #230575 Persian Indigo

📋 copy color: '#230575'

red 35 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #230575

Tints of Persian Indigo #230575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 74.52%

R = 22.29%
G = 3.18%
B = 74.52%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#230575 (or 0x230575) is known color: Persian Indigo. HEX triplet: 23, 05 and 75. RGB value is (35,5,117). Sum of RGB (Red+Green+Blue) = 35+5+117=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #230575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230575 is #DCFA8A. Grayscale: #1A1A1A. Windows color (decimal): -14482059 or 7669027. OLE color: 7669027.

HSL color Cylindrical-coordinate representation of color #230575: hue angle of 256.07º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230575 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 5 117 -
CMYK 0.70 0.96 0 0.54
HSL 256.07º 0.92% 0.24% -
HSV(B) 256.07º 0.96% 0.46% -
XYZ 3.96 1.75 16.96 -
YUV 26.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 35 5 117 0.70 0.96 0 0.54 256.07 0.92 0.24
Hex 23 5 75 46 60 0 36 100 5C 18
Octal 43 5 165 106 140 0 66 400 134 30
Binary 100011 101 1110101 1000110 1100000 0 110110 100000000 1011100 11000

Color Harmonies of #230575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230575

Black with #230575

Text Example


Text Example

White with #230575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230575; }

 p { color: rgb(35,5,117); }

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

background-color css

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

 a { background-color: rgb(35,5,117); }

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

border-color css

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

 span { border-color: rgb(35,5,117); }

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